| Package | Description |
|---|---|
| lev.gui |
| Modifier and Type | Class and Description |
|---|---|
class |
LCheckBox |
class |
LCheckBoxConfig |
protected class |
LCheckBoxConfig.LSpecialCheckBox |
class |
LColorSetting |
class |
LComboBox<T> |
class |
LComboSearchBox<T> |
class |
LDoubleSetting |
class |
LDoubleSpinner |
class |
LNumericSetting |
class |
LSlider |
class |
LSpinner |
class |
LTextField |
| Modifier and Type | Field and Description |
|---|---|
protected LUserSetting<T> |
Setting.tie |
| Modifier and Type | Method and Description |
|---|---|
void |
LSaveFile.revertToDefault(LUserSetting s)
Reverts a GUI component to the default setting
|
void |
LSaveFile.revertToSaved(LUserSetting s)
Reverts a GUI component to the saved setting
|
void |
LSaveFile.tie(java.lang.Enum s,
LUserSetting c)
Ties the LUserSetting to the Enum key
|